• frmAdvanceEntryRecord1.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmAdvanceEntryRecord1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdvanceEntryRecord1))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.groupBox5 = New System.Windows.Forms.GroupBox()
32         Me.txtStaffName = New System.Windows.Forms.TextBox()
33         Me.Panel5 = New System.Windows.Forms.Panel()
34         Me.btnExportExcel = New System.Windows.Forms.Button()
35         Me.btnClose = New System.Windows.Forms.Button()
36         Me.btnReset = New System.Windows.Forms.Button()
37         Me.dgw = New System.Windows.Forms.DataGridView()
38         Me.Panel2 = New System.Windows.Forms.Panel()
39         Me.Label1 = New System.Windows.Forms.Label()
40         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
41         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
42         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
43         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
44         Me.Panel1.SuspendLayout()
45         Me.groupBox5.SuspendLayout()
46         Me.Panel5.SuspendLayout()
47         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
48         Me.Panel2.SuspendLayout()
49         Me.SuspendLayout()
50         
'
51         
'Panel1
52         
'
53         Me.Panel1.BackColor = System.Drawing.Color.White
54         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
55         Me.Panel1.Controls.Add(Me.groupBox5)
56         Me.Panel1.Controls.Add(Me.Panel5)
57         Me.Panel1.Controls.Add(Me.dgw)
58         Me.Panel1.Controls.Add(Me.Panel2)
59         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
60         Me.Panel1.Name =
"Panel1"
61         Me.Panel1.Size = New System.Drawing.Size(
550, 559)
62         Me.Panel1.TabIndex =
2
63         
'
64         
'groupBox5
65         
'
66         Me.groupBox5.Controls.Add(Me.txtStaffName)
67         Me.groupBox5.Location = New System.Drawing.Point(
9, 75)
68         Me.groupBox5.Name =
"groupBox5"
69         Me.groupBox5.Size = New System.Drawing.Size(
218, 77)
70         Me.groupBox5.TabIndex =
43
71         Me.groupBox5.TabStop = False
72         Me.groupBox5.Text =
"Staff Name"
73         
'
74         
'txtStaffName
75         
'
76         Me.txtStaffName.Location = New System.Drawing.Point(
17, 31)
77         Me.txtStaffName.Name =
"txtStaffName"
78         Me.txtStaffName.Size = New System.Drawing.Size(
184, 20)
79         Me.txtStaffName.TabIndex =
0
80         
'
81         
'Panel5
82         
'
83         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
84         Me.Panel5.Controls.Add(Me.btnExportExcel)
85         Me.Panel5.Controls.Add(Me.btnClose)
86         Me.Panel5.Controls.Add(Me.btnReset)
87         Me.Panel5.Location = New System.Drawing.Point(
233, 82)
88         Me.Panel5.Name =
"Panel5"
89         Me.Panel5.Size = New System.Drawing.Size(
285, 70)
90         Me.Panel5.TabIndex =
42
91         
'
92         
'btnExportExcel
93         
'
94         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
95         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
96         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
97         Me.btnExportExcel.Location = New System.Drawing.Point(
189, 23)
98         Me.btnExportExcel.Name =
"btnExportExcel"
99         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
100         Me.btnExportExcel.TabIndex =
5
101         Me.btnExportExcel.Text =
"Export Excel"
102         Me.btnExportExcel.UseVisualStyleBackColor = True
103         
'
104         
'btnClose
105         
'
106         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
107         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
108         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
109         Me.btnClose.Location = New System.Drawing.Point(
101, 23)
110         Me.btnClose.Name =
"btnClose"
111         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
112         Me.btnClose.TabIndex =
4
113         Me.btnClose.Text =
"Close"
114         Me.btnClose.UseVisualStyleBackColor = True
115         
'
116         
'btnReset
117         
'
118         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
119         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
120         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
121         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
122         Me.btnReset.Name =
"btnReset"
123         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
124         Me.btnReset.TabIndex =
0
125         Me.btnReset.Text =
"Reset"
126         Me.btnReset.UseVisualStyleBackColor = True
127         
'
128         
'dgw
129         
'
130         Me.dgw.AllowUserToAddRows = False
131         Me.dgw.AllowUserToDeleteRows = False
132         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
133         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
134         Me.dgw.BackgroundColor = System.Drawing.Color.White
135         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
136         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
137         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
138         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
139         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
140         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
141         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
142         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
143         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
144         Me.dgw.ColumnHeadersHeight =
24
145         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column4, Me.Column5})
146         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
147         Me.dgw.EnableHeadersVisualStyles = False
148         Me.dgw.GridColor = System.Drawing.Color.White
149         Me.dgw.Location = New System.Drawing.Point(
9, 158)
150         Me.dgw.MultiSelect = False
151         Me.dgw.Name =
"dgw"
152         Me.dgw.ReadOnly = True
153         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
154         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
155         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
156         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
157         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
158         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
159         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
160         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
161         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
162         Me.dgw.RowHeadersWidth =
25
163         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
164         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
165         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
166         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
167         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
168         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
169         Me.dgw.RowTemplate.Height =
18
170         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
171         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
172         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
173         Me.dgw.Size = New System.Drawing.Size(
530, 392)
174         Me.dgw.TabIndex =
40
175         
'
176         
'Panel2
177         
'
178         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
179         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
180         Me.Panel2.Controls.Add(Me.Label1)
181         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
182         Me.Panel2.Name =
"Panel2"
183         Me.Panel2.Size = New System.Drawing.Size(
530, 62)
184         Me.Panel2.TabIndex =
0
185         
'
186         
'Label1
187         
'
188         Me.Label1.AutoSize = True
189         Me.Label1.BackColor = System.Drawing.Color.Transparent
190         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
191         Me.Label1.ForeColor = System.Drawing.Color.White
192         Me.Label1.Location = New System.Drawing.Point(
143, 19)
193         Me.Label1.Name =
"Label1"
194         Me.Label1.Size = New System.Drawing.Size(
231, 24)
195         Me.Label1.TabIndex =
0
196         Me.Label1.Text =
"List Of Current Advance"
197         
'
198         
'Column1
199         
'
200         Me.Column1.HeaderText =
"Staff ID"
201         Me.Column1.Name =
"Column1"
202         Me.Column1.ReadOnly = True
203         
'
204         
'Column2
205         
'
206         Me.Column2.HeaderText =
"Staff Name"
207         Me.Column2.Name =
"Column2"
208         Me.Column2.ReadOnly = True
209         Me.Column2.Width =
150
210         
'
211         
'Column4
212         
'
213         Me.Column4.HeaderText =
"Designation"
214         Me.Column4.Name =
"Column4"
215         Me.Column4.ReadOnly = True
216         Me.Column4.Width =
150
217         
'
218         
'Column5
219         
'
220         Me.Column5.HeaderText =
"Total Advance"
221         Me.Column5.Name =
"Column5"
222         Me.Column5.ReadOnly = True
223         
'
224         
'frmAdvanceEntryRecord1
225         
'
226         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
227         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
228         Me.BackColor = System.Drawing.Color.DarkSlateGray
229         Me.ClientSize = New System.Drawing.Size(
572, 586)
230         Me.Controls.Add(Me.Panel1)
231         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
232         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
233         Me.MaximizeBox = False
234         Me.MinimizeBox = False
235         Me.Name =
"frmAdvanceEntryRecord1"
236         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
237         Me.Panel1.ResumeLayout(False)
238         Me.groupBox5.ResumeLayout(False)
239         Me.groupBox5.PerformLayout()
240         Me.Panel5.ResumeLayout(False)
241         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
242         Me.Panel2.ResumeLayout(False)
243         Me.Panel2.PerformLayout()
244         Me.ResumeLayout(False)
245
246     End Sub
247     Friend WithEvents Panel1 As System.Windows.Forms.Panel
248     Friend WithEvents dgw As System.Windows.Forms.DataGridView
249     Friend WithEvents Panel2 As System.Windows.Forms.Panel
250     Friend WithEvents Label1 As System.Windows.Forms.Label
251     Friend WithEvents Panel5 As System.Windows.Forms.Panel
252     Friend WithEvents btnClose As System.Windows.Forms.Button
253     Friend WithEvents btnReset As System.Windows.Forms.Button
254     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
255     Friend WithEvents groupBox5 As System.Windows.Forms.GroupBox
256     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
257     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
258     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
259     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
260     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
261
262 End Class


Gõ tìm kiếm nhanh...